home *** CD-ROM | disk | FTP | other *** search
-
- ; DICEINSTALL
- ;
- ; install DICE (relative to this directory) to be able to compile the
- ; objs and test code. Note that you need the 2.0 amiga includes to be
- ; able to compile source in objsrc/libs
-
- assign DTMP: ram:
- makedir DTMP:Dynalib
- makedir DTMP:Dynalib/obj
-
- ; -1.3 to have DICE use DLIB:AMIGAS13.lib and DINCLUDE:AMIGA13/
- ; -2.0 to have DICE use DLIB:AMIGAS20.lib and DINCLUDE:AMIGA20/
- ;
- ; note: I cannot distribute the amiga includes which normally reside
- ; in DINCLUDE:AMIGA13 for the 1.3 includes and DINCLUDE:AMIGA20 for
- ; the 2.0 includes)
-
- setenv DCCOPTS "-1.3"
- assign DLIB: /dlib
- assign DINCLUDE: /include
- path add /bin
-
-